var encoding/json.marshalerType
4 uses
encoding/json (current package)
encode.go#L411: marshalerType = reflect.TypeOf((*Marshaler)(nil)).Elem()
encode.go#L422: if t.Kind() != reflect.Pointer && allowAddr && reflect.PointerTo(t).Implements(marshalerType) {
encode.go#L425: if t.Implements(marshalerType) {
encode.go#L897: if !p.Implements(marshalerType) && !p.Implements(textMarshalerType) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)